home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / prsr_lib / makefile.djg < prev    next >
Encoding:
Makefile  |  1993-12-30  |  1.1 KB  |  31 lines

  1. #
  2. # This is the make file for the prsr. library for DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Aug 1990
  5. #
  6.  
  7. !include "..\makeflag.djg"
  8.  
  9. OBJS = allocate.o iritprsr.o iritprsb.o attribut.o ip_cnvrt.o \
  10.     ip_fatal.o ip_procs.o
  11.  
  12. libprsr.a: $(OBJS)
  13.     ar rc libprsr.a $(OBJS)
  14.  
  15. install: libprsr.a
  16.     copy libprsr.a $(LIB_DIR_DOS)
  17.     ar s $(LIB_DIR_DOS)\libprsr.a
  18.     copy *.h $(INC_DIR_DOS)
  19.  
  20. # Dependencies starts here - do not touch, generated automatically.
  21. allocate.o:    iritprsr.h allocate.h iritprsr.h attribut.h iritprsr.h
  22. ami_clnt.o:    irit_soc.h iritprsr.h allocate.h iritprsr.h amiga.h
  23. ami_srvr.o:    irit_soc.h iritprsr.h allocate.h iritprsr.h amiga.h
  24. attribut.o:    iritprsr.h attribut.h iritprsr.h allocate.h iritprsr.h
  25. ip_cnvrt.o:    iritprsr.h allocate.h iritprsr.h ip_cnvrt.h iritprsr.h attribut.h iritprsr.h
  26. ip_fatal.o:    iritprsr.h allocate.h iritprsr.h attribut.h iritprsr.h
  27. ip_procs.o:    attribut.h iritprsr.h iritprsr.h
  28. iritprsr.o:    iritprsr.h allocate.h iritprsr.h attribut.h iritprsr.h irit_soc.h iritprsr.h allocate.h iritprsr.h
  29. soc_clnt.o:    irit_soc.h iritprsr.h allocate.h iritprsr.h
  30. soc_srvr.o:    irit_soc.h iritprsr.h allocate.h iritprsr.h
  31.